home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / DFÜ / Mail Call 1.1 ƒ / Mail Call 1.1 / card_3416.txt < prev    next >
Text File  |  1995-05-04  |  9KB  |  363 lines

  1. -- card: 3416 from stack: in.1
  2. -- bmap block id: 3654
  3. -- flags: 0000
  4. -- background id: 2578
  5. -- name: settings
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=45 top=12 right=46 bottom=207
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 2
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: settings
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0004
  25. -- rect: left=304 top=12 right=46 bottom=466
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 2
  30. -- text size: 24
  31. -- style flags: 0
  32. -- line height: 32
  33. -- part name: info
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0007
  39. -- rect: left=268 top=56 right=292 bottom=501
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 2
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: information
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=240 top=308 right=342 bottom=273
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 29114 / 29114
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Back
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to card "main"
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 5 (field)
  70. -- low flags: 01
  71. -- high flags: 2002
  72. -- rect: left=11 top=87 right=111 bottom=121
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 2
  77. -- text size: 12
  78. -- style flags: 1024
  79. -- line height: 16
  80. -- part name: stop character
  81.  
  82.  
  83. -- part 6 (field)
  84. -- low flags: 01
  85. -- high flags: 2002
  86. -- rect: left=11 top=128 right=152 bottom=121
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 2
  91. -- text size: 12
  92. -- style flags: 1024
  93. -- line height: 16
  94. -- part name: search word
  95.  
  96.  
  97. -- part 7 (field)
  98. -- low flags: 01
  99. -- high flags: 0002
  100. -- rect: left=126 top=89 right=108 bottom=245
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 2
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: sc
  109.  
  110.  
  111. -- part 8 (field)
  112. -- low flags: 01
  113. -- high flags: 0002
  114. -- rect: left=126 top=131 right=150 bottom=245
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 2
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: sw
  123.  
  124.  
  125. -- part 9 (button)
  126. -- low flags: 00
  127. -- high flags: 8004
  128. -- rect: left=81 top=168 right=190 bottom=172
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Locked
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.  
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 10 (button)
  145. -- low flags: 00
  146. -- high flags: 2006
  147. -- rect: left=176 top=171 right=188 bottom=195
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: Unlock
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   if the LockText of card field "sc" is not false & the LockText of card field "sw" is not false
  159.   then
  160.   set the name of card button id 9 to "Unlocked"
  161.   set the highlite of card button "Lock" to false
  162.   set the LockText of card field "sc" to false
  163.   set the LockText of card field "sw" to false
  164. else
  165.   go card
  166. end if
  167. end mouseUp
  168.  
  169.  
  170.  
  171. -- part 11 (button)
  172. -- low flags: 00
  173. -- high flags: 6006
  174. -- rect: left=59 top=169 right=187 bottom=77
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: Lock
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.   if the LockText of card field "sc" is false & the LockText of card field "sw" is false
  186.   then
  187.   set the name of card button id 9 to "Locked"
  188.   set the highlite of card button "Unlock" to false
  189.   set the LockText of card field "sc" to true
  190.   set the LockText of card field "sw" to true
  191. else
  192.   go card
  193. end if
  194. end mouseUp
  195.  
  196.  
  197.  
  198. -- part 14 (field)
  199. -- low flags: 01
  200. -- high flags: 2002
  201. -- rect: left=11 top=207 right=232 bottom=210
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 2
  206. -- text size: 12
  207. -- style flags: 1024
  208. -- line height: 16
  209. -- part name: stop character
  210.  
  211.  
  212. -- part 16 (button)
  213. -- low flags: 00
  214. -- high flags: 2006
  215. -- rect: left=223 top=208 right=231 bottom=242
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: switch
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   if the highlite of bkgnd button "hide field" is false
  227.   then
  228.   set the highlite of bkgnd button "hide field" to true
  229. else
  230.   if the highlite of bkgnd button "hide field" is true
  231.   then set the highlite of bkgnd button "hide field" to false
  232. else
  233.   go card
  234. end if
  235. end if
  236. end mouseUp
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243. -- part contents for card part 1
  244. ----- text -----
  245. Settings
  246.  
  247. -- part contents for card part 2
  248. ----- text -----
  249. Information
  250.  
  251. -- part contents for card part 3
  252. ----- text -----
  253. Introduction
  254.  
  255. Mail Call 1.0 is a mail notification    
  256. stack for use with UUPC 3.1. It may also work with other Macintosh UUCP transport programs but it has only been tested with UUPC 3.1. If you don't know what UUCP or UUPC 3.1 is then you don't need this stack :-)
  257.  
  258. Requirements
  259.  
  260. Mail Call was developed with HyperCard v.1.2.5 and requires v.1.2.5 or later to operate.
  261.  
  262. (note: Mail Call will NOT work with the HyperCard v.2.1 that came with System 7.1, it requires a fully functional version of HyperCard to run).
  263.  
  264. Installation
  265.  
  266. Put a copy of Mail Call somewhere on your disk where it will be handy (if you're using System 7 you can put it wherever you want and use an alias to open it).
  267.  
  268. Make a note of the full path to the folder where UUPC puts your incoming mail, for example:
  269.  
  270. Alliance Drive‚Ñ¢:UUCP:mail:
  271.  
  272. Make a note of the names of all the files you want Mail Call to check, for example:
  273.  
  274. paul
  275. ron
  276. Postmaster
  277.  
  278. Setup
  279.  
  280. Enter the full path for each mail file you want to check into one of the "Mail Files" fields on the previous card, for example:
  281.  
  282. Alliance Drive‚Ñ¢:UUCP:mail:paul
  283.  
  284. You must enter the full and correct path for each mail file you want to check in order for Mail Call to function.
  285.  
  286. Find the two radio buttons on the left side of this card and toggle them so that the button in between says "Unlocked."
  287.  
  288. Enter a stop character in the         
  289. "Stop Character" input field on the left side of this card, for example: m  
  290.  
  291. (note: Mail Call reads your mail files until it reaches the character designated by the "Stop Character:" input field, this character should be the last character of the first word that appears in your mail files. If your using UUPC 3.1 then the first word is probably "From" and the last character of the first word would be "m")
  292.  
  293. Enter the first word (see above) in the "First Word:" input field on the left side of this card, for example: From
  294.  
  295. Toggle the radio buttons so that the button in between says 
  296. "Locked"
  297.  
  298. Usage
  299.  
  300. To use Mail Call simply open this stack and click the "Check For Mail" button on the previous card.
  301.  
  302. If any of the mail files you have entered contains mail, the box to the right of that file's field will be checked. 
  303.  
  304. Trouble-shooting
  305.  
  306. Problem: Mail Call creates new files in my mail folder whenever I click "Check For Mail"
  307.  
  308. Solution: Make sure you have entered the correct information in the "Mail Files" fields.
  309.  
  310. Problem: Mail Call says I don't have mail when I know that I do.
  311.  
  312. Solution: Make sure you have entered the correct information in the "Stop Character:" and "First Word:" input fields. Try opening your mail files with a text editor to find out what the first word is.
  313.  
  314. Miscellaneous 
  315.  
  316. Mail Call can only check a maximum of ten mail files. If you need to check more files just make a copy of this stack, rename it, and enter ten more file names. This is also useful for shared systems where each person has several mail files.
  317.  
  318. Legal Stuff
  319.  
  320. Mail Call 1.0 is ¬©1995 by Paul Bricmont. Please feel free to distribute complete copies, free of charge, to anyone who might be able to use it. Commercial distribution is prohibited. You may modify Mail Call for your personal use but please don't distribute modified copies. 
  321.  
  322. Mail Call is PostcardWare. If you like it and find it useful please send me a postcard and/or e-mail and let me know who you are, how you're using Mail Call, and if you've thought of any improvements.
  323.  
  324. Sincerely,
  325.  
  326. Paul Bricmont
  327.  
  328. paul@bricmont.sbay.org
  329.  
  330. 1139 Sierra Avenue 
  331. San Jose, California 95126
  332. United States of America
  333.  
  334. Version History
  335.  
  336. 1.0 1/28/95
  337.  
  338. First release version.
  339.  
  340. 1.1 5/3/95
  341.  
  342. Minor bug fix release. Fixes a small script error that prevented the 8th mail file field from working correctly.
  343.  
  344.  
  345. -- part contents for card part 5
  346. ----- text -----
  347. Stop Character:
  348.  
  349. -- part contents for card part 6
  350. ----- text -----
  351. First Word:
  352.  
  353. -- part contents for card part 7
  354. ----- text -----
  355. m
  356.  
  357. -- part contents for card part 8
  358. ----- text -----
  359. From
  360.  
  361. -- part contents for card part 14
  362. ----- text -----
  363. Hide annoying reminder field